home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMARC2ARC / TFRMARC2ARC.txt < prev   
Encoding:
Text File  |  2002-05-23  |  6.2 KB  |  313 lines

  1. object frmArc2Arc: TfrmArc2Arc
  2.   Left = 337
  3.   Top = 242
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'UltimateZip Archive Converter'
  7.   ClientHeight = 383
  8.   ClientWidth = 434
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object imgLed: TImage
  22.     Left = 625
  23.     Top = 447
  24.     Width = 10
  25.     Height = 10
  26.     AutoSize = True
  27.     Center = True
  28.     Picture.Data = {<image000.bmp>}
  29.     Visible = False
  30.   end
  31.   object Label1: TLabel
  32.     Left = 25
  33.     Top = 12
  34.     Width = 76
  35.     Height = 13
  36.     Alignment = taRightJustify
  37.     Caption = '&Input ArciveFile:'
  38.     FocusControl = Edit1
  39.     WordWrap = True
  40.   end
  41.   object Label2: TLabel
  42.     Left = 19
  43.     Top = 44
  44.     Width = 90
  45.     Height = 13
  46.     Alignment = taRightJustify
  47.     Caption = '&Output ArchiveFile:'
  48.     FocusControl = Edit2
  49.   end
  50.   object Label3: TLabel
  51.     Left = 44
  52.     Top = 140
  53.     Width = 65
  54.     Height = 13
  55.     Caption = '&DateAttribute:'
  56.     FocusControl = ComboBox1
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clBlack
  59.     Font.Height = -12
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.   end
  64.   object Label4: TLabel
  65.     Left = 70
  66.     Top = 108
  67.     Width = 39
  68.     Height = 13
  69.     Caption = '&Method:'
  70.     FocusControl = cboMethod
  71.   end
  72.   object Label5: TLabel
  73.     Left = 8
  74.     Top = 76
  75.     Width = 101
  76.     Height = 13
  77.     Caption = 'Output Archive &Type:'
  78.     FocusControl = cboType
  79.   end
  80.   object pbxLed: TPaintBox
  81.     Left = 388
  82.     Top = 80
  83.     Width = 17
  84.     Height = 25
  85.     Hint = 'Click when red to cancel operation'
  86.     ParentShowHint = False
  87.     ShowHint = True
  88.     Visible = False
  89.     OnClick = pbxLedClick
  90.     OnPaint = pbxLedPaint
  91.   end
  92.   object Label6: TLabel
  93.     Left = 8
  94.     Top = 176
  95.     Width = 21
  96.     Height = 13
  97.     Caption = 'Log:'
  98.   end
  99.   object Edit1: TEdit
  100.     Left = 120
  101.     Top = 8
  102.     Width = 189
  103.     Height = 21
  104.     AutoSize = False
  105.     ParentShowHint = False
  106.     ShowHint = False
  107.     TabOrder = 0
  108.     OnChange = EditChange
  109.   end
  110.   object BitBtn1: TBitBtn
  111.     Left = 316
  112.     Top = 8
  113.     Width = 21
  114.     Height = 21
  115.     Caption = '...'
  116.     ParentShowHint = False
  117.     ShowHint = False
  118.     TabOrder = 1
  119.     TabStop = False
  120.     OnClick = BitBtn1Click
  121.     NumGlyphs = 2
  122.   end
  123.   object Edit2: TEdit
  124.     Left = 120
  125.     Top = 40
  126.     Width = 189
  127.     Height = 21
  128.     AutoSize = False
  129.     ParentShowHint = False
  130.     ShowHint = False
  131.     TabOrder = 2
  132.     OnChange = EditChange
  133.   end
  134.   object btnSelectDir: TBitBtn
  135.     Left = 316
  136.     Top = 39
  137.     Width = 21
  138.     Height = 21
  139.     Caption = '...'
  140.     ParentShowHint = False
  141.     ShowHint = False
  142.     TabOrder = 3
  143.     TabStop = False
  144.     OnClick = btnSelectDirClick
  145.     NumGlyphs = 2
  146.   end
  147.   object btnOK: TBitBtn
  148.     Left = 349
  149.     Top = 8
  150.     Width = 76
  151.     Height = 25
  152.     Caption = 'OK'
  153.     Enabled = False
  154.     TabOrder = 8
  155.     OnClick = btnOKClick
  156.     NumGlyphs = 2
  157.   end
  158.   object CheckBox1: TCheckBox
  159.     Left = 120
  160.     Top = 166
  161.     Width = 93
  162.     Height = 17
  163.     Caption = 'Inte&grity Check'
  164.     Checked = True
  165.     State = cbChecked
  166.     TabOrder = 7
  167.   end
  168.   object btnClose: TBitBtn
  169.     Left = 349
  170.     Top = 71
  171.     Width = 75
  172.     Height = 25
  173.     Caption = '&Close'
  174.     TabOrder = 10
  175.     OnClick = Exit1Click
  176.     NumGlyphs = 2
  177.   end
  178.   object ComboBox1: TComboBox
  179.     Left = 120
  180.     Top = 136
  181.     Width = 217
  182.     Height = 21
  183.     Style = csDropDownList
  184.     ItemHeight = 13
  185.     TabOrder = 6
  186.     Items.Strings = (
  187.       'FileDate'
  188.       'SystemDate'
  189.       'MaxFileDate')
  190.   end
  191.   object ListBox1: TListBox
  192.     Left = 8
  193.     Top = 192
  194.     Width = 417
  195.     Height = 137
  196.     TabStop = False
  197.     ItemHeight = 13
  198.     TabOrder = 11
  199.   end
  200.   object cboMethod: TComboBox
  201.     Left = 120
  202.     Top = 104
  203.     Width = 217
  204.     Height = 21
  205.     Style = csDropDownList
  206.     ItemHeight = 13
  207.     TabOrder = 5
  208.     Items.Strings = (
  209.       'Create new Archive'
  210.       'Add Files')
  211.   end
  212.   object cboType: TComboBox
  213.     Left = 120
  214.     Top = 72
  215.     Width = 217
  216.     Height = 21
  217.     Style = csDropDownList
  218.     ItemHeight = 13
  219.     TabOrder = 4
  220.     OnChange = cboTypeChange
  221.     Items.Strings = (
  222.       'BlakHole (.bh)'
  223.       'Cabinet (.cab)'
  224.       'Lha (.lha)'
  225.       'Zip (.zip)'
  226.       'Tar (.tar)'
  227.       'Tar Gzip (.tar.gz)'
  228.       'Jar (.jar)')
  229.   end
  230.   object ProgressBar2: TProgressBar
  231.     Left = 8
  232.     Top = 352
  233.     Width = 417
  234.     Height = 9
  235.     Min = 0
  236.     Max = 100
  237.     Smooth = True
  238.     Step = 1
  239.     TabOrder = 12
  240.   end
  241.   object ProgressBar1: TProgressBar
  242.     Left = 8
  243.     Top = 336
  244.     Width = 417
  245.     Height = 9
  246.     Min = 0
  247.     Max = 100
  248.     Smooth = True
  249.     Step = 1
  250.     TabOrder = 13
  251.   end
  252.   object StatusBar1: TStatusBar
  253.     Left = 0
  254.     Top = 364
  255.     Width = 434
  256.     Height = 19
  257.     Panels = <
  258.       item
  259.         Width = 50
  260.       end>
  261.     SimplePanel = False
  262.   end
  263.   object btnCancel: TButton
  264.     Left = 349
  265.     Top = 40
  266.     Width = 75
  267.     Height = 25
  268.     Cancel = True
  269.     Caption = 'Cancel'
  270.     Enabled = False
  271.     TabOrder = 9
  272.     OnClick = btnCancelClick
  273.   end
  274.   object OpenDialog1: TOpenDialog
  275.     Left = 20
  276.     Top = 205
  277.   end
  278.   object Arc2Arc1: TArc2Arc
  279.     OnError = Arc2Arc1Error
  280.     OutArcType = tyBh
  281.     OnExtractActivate = Arc2Arc1ExtractActivate
  282.     OnExtractDeactivate = Arc2Arc1ExtractDeactivate
  283.     OnExtractBegin = Arc2Arc1ExtractBegin
  284.     OnExtractEnd = Arc2Arc1ExtractEnd
  285.     OnCompressActivate = Arc2Arc1CompressActivate
  286.     OnCompressDeactivate = Arc2Arc1CompressDeactivate
  287.     OnCompressBegin = Arc2Arc1CompressBegin
  288.     OnCompressEnd = Arc2Arc1CompressEnd
  289.     OnIntegrityActivate = Arc2Arc1IntegrityActivate
  290.     OnIntegrityDeactivate = Arc2Arc1IntegrityDeactivate
  291.     OnIntegrityBegin = Arc2Arc1IntegrityBegin
  292.     OnIntegrityStatus = Arc2Arc1IntegrityStatus
  293.     OnFileExists = Arc2Arc1FileExists
  294.     OnProgress = Arc2Arc1Progress
  295.     OnGetPassword = Arc2Arc1GetPassword
  296.     OnNextVolume = Arc2Arc1NextVolume
  297.     OnRemoveTempfile = Arc2Arc1RemoveTempfile
  298.     Left = 89
  299.     Top = 211
  300.   end
  301.   object BrowseDir: TdfsBrowseDirectoryDlg
  302.     StatusText = 'C:\WINDOWS\Desktop'
  303.     ShowSelectionInStatus = True
  304.     Left = 56
  305.     Top = 208
  306.   end
  307.   object FormCenter1: TFormCenter
  308.     Center = True
  309.     Left = 240
  310.     Top = 200
  311.   end
  312. end
  313.